Get a list of all user pro profiles in the system for a specific tenant

{ getAllProfilesByTenantId }

Gets a listing all pro profiles in the system for a Tenant

Method

/API2/access/getAllProfilesByTenantId

  • API Section: /API2/access
  • API Version: 2.0
  • From Release: 2020.0
  • Usage: REST API only via POST actions.
  • Usage by:
    • Enterprise Admin
  • Input Parameters

    Name

    tenantId

    Type

    string

    Description

    The system tenant ID

    Output Response

    Successful Result Code

    200

    Response List Type

    Description of Response Type

    Returns a list of profile data objects professional profiles in the system. The listing is specific to the selected tenant. Note that the response is returned as a list of items of this object type.

    Examples